home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sauter.zip / B-CMDUNH.MF < prev    next >
Text File  |  1990-09-16  |  734b  |  23 lines

  1. % Computer Modern Dunhill Roman
  2. if unknown cmbase: input cmbase fi
  3.  
  4. font_identifier:="CMDUNH"; font_size design_size * pt#;
  5.  
  6. % This font is a simple modification of Computer Modern Roman.
  7.  
  8. input c-cmr;
  9.  
  10. body_height#:=             % height of tallest characters
  11.   ((body_height#*360pt#) + (design_size*100))/360pt#;
  12.  
  13. asc_height#:=              % height of lowercase ascenders
  14.   ((asc_height#*360pt#) + (design_size*100) + 0.0003)/360pt#;
  15.  
  16. cap_height#:=              % height of caps
  17.   ((cap_height#*360pt#) + (design_size*100) + 0.0003)/360pt#;
  18.  
  19. fig_height#:=              % height of numerals
  20.   ((fig_height#*360pt#) + (design_size*100) + 0.0003)/360pt#;
  21.  
  22. generate roman      % switch to the driver file
  23.